
 Random Data Generator
 This script is for Mysql database
 Prerequisite: Mysql server should be created with following credentials
 Name: mysql
 Database: sample
      1. Connect  to a server
      2. Use CREATE_TABLE.sql file from User Files folder of this project to create table


You may observe exception
exception: JavaException: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '126' for key 'PRIMARY'
As we are inserting random data, duplicate entries are rejected by database for columns with constraints, and this is as expected, and acceptable.
